서술형 문제모음

1. 일반 및 기타

 
table without id
	file.link as "문제번호",
	관련노트,
	중요,
	반복도,
	풀이
	
from "(21) 문제모음"
 
where
	contains(tags,"✏️")
where
	contains(Category1,[[1. 일반 및 기타]])	
where	
	중요 < 11
sort 반복도 desc
 

2. 설계개념 및 하중

 
table without id
	file.link as "문제번호",
	관련노트,
	중요,
	반복도,
	풀이
	
from "(21) 문제모음"
 
where
	contains(tags,"✏️")
where
	contains(Category1,[[2. 설계개념 및 하중]])	
where	
	중요 < 11
sort 반복도 desc
 

3. 내진설계

 
table without id
	file.link as "문제번호",
	관련노트,
	중요,
	반복도,
	풀이
	
from "(21) 문제모음"
 
where
	contains(tags,"✏️")
where
	contains(Category1,[[3. 내진설계]])	
where	
	중요 < 11
sort 반복도 desc
 

4. RC

 
table without id
	file.link as "문제번호",
	관련노트,
	중요,
	반복도,
	풀이
	
from "(21) 문제모음"
 
where
	contains(tags,"✏️")
where
	contains(Category1,[[4. RC(철콘)]])	
where	
	중요 < 11
sort 반복도 desc
 

5. STL

 
table without id
	file.link as "문제번호",
	관련노트,
	중요,
	반복도,
	풀이
	
from "(21) 문제모음"
 
where
	contains(tags,"✏️")
where
	contains(Category1,[[5. STL(철골)]])	
where	
	중요 < 11
sort 반복도 desc
 

6. 역학

 
table without id
	file.link as "문제번호",
	관련노트,
	중요,
	반복도,
	풀이
	
from "(21) 문제모음"
 
where
	contains(tags,"✏️")
where
	contains(Category1,[[6. 역학]])	
where	
	중요 < 11
sort 반복도 desc
 

전체 서술형

 
table without id
	file.link as "문제번호",
	Category1,
	관련노트,
	정답,
	중요,
	반복도,
	풀이
	
from "(21) 문제모음"
 
where
	contains(tags,"✏️")
where	
	중요 < 11
sort 반복도 desc
sort tags desc
sort Category1
 

제외로 분류

 
table without id
	file.link as "문제번호",
	관련노트,
	정답,
	중요
	
from "(21) 문제모음"
 
where
	contains(tags,"✏️")
where	
	contains(중요, "❌")
sort tags desc
sort 중요 desc